    if ((file_exists('product.php')) && (strlen(SITE_BUY) > 0)) {
	   ?>
	   <a href="product.php"><?php echo SITE_BUY; ?></a><br>
	   <?php
	}